{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-signature-api",
      "artifactVersion": "2023.16.12",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.signature.api",
          "org.nuxeo.ecm.platform.signature.config",
          "org.nuxeo.ecm.platform.signature.core"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature",
        "id": "grp:org.nuxeo.ecm.platform.signature",
        "name": "org.nuxeo.ecm.platform.signature",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "# Nuxeo Platform Signature\n\n\nThis is a digital signature plugin for signing PDF files. It provides multiple functionalities related to digital signing of documents, among others:\n\n1. to create user certificates and store them within the Nuxeo CAP Instance.\n2. to sign pdf documents\n3. to share/download the local root certificate used for signing all documents within the domain\n\n\n<A name=\"buildinganddeploying\"></A>\n## Building and deploying\n\nTo see the list of all commands available for building and deploying, use the following:\n\n    $ ant usage\n\n### How to build\n\nYou can build Nuxeo Digital Signature plugin with:\n\n    $ ant build\n\nIf you want to build and launch the tests, do it with:\n\n    $ ant build-with-tests\n\n### How to deploy\n\nConfigure the build.properties files (starting from the `build.properties.sample` file to be found in the current folder), to point your Tomcat instance:\n\n    $ cp build.properties.sample build.properties\n    $ vi build.properties\n\nYou can then deploy Nuxeo Digital Signature to your Tomcat instance with:\n\n    $ ant deploy-tomcat\n\nYou can also take all generated jar files (currently 3, present in the target directories of all submodules of this project), copy them into `$NUXEO_HOME/templates/custom/bundles/` and activate the \"custom\" template.\n\n\n## Project Structure\n\nThis project can be divided conceptually into 3 parts:\n\n1) certificate generation (low-level PKI object operations, CA operations)\n\n2) certificate persistence (storing and retrieving keystores containing certificates inside nuxeo directories)\n\n3) pdf signing with an existing certificate\n\n\n## Configuration:\n\n1) Install your root keystore file in a secured directory\n\nTo do initial testing you can use the keystore specified in:\n./nuxeo-platform-signature-core/src/main/resources/OSGI-INF/root-contrib.xml\n\n2) You might have to modify your server system's java encryption configuration by installing JCE Unlimited Strength Jurisdiction Policy Files needed for passwords longer than 7 characters,\n\n*Note: cryptography exportation laws differ between countries so make sure you are using adequate encryption configuration, libraries and tools.*\n\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.",
            "digest": "22f56d5291b9c9107486dbf2319cb39c",
            "encoding": "UTF-8",
            "length": 2832,
            "mimeType": "text/plain",
            "name": "README.md"
          }
        ],
        "version": "2023.16"
      },
      "bundleId": "org.nuxeo.ecm.platform.signature.api",
      "components": [],
      "fileName": "nuxeo-platform-signature-api-2023.16.12.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.api",
      "id": "org.nuxeo.ecm.platform.signature.api",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven 3.9.6\r\nBuilt-By: root\r\nBuild-Jdk: 17.0.11\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 1.0.0\r\nBundle-Name: Digital Signature Api\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.signature.api;singleton:=tru\r\n e\r\nRequire-Bundle:  org.nuxeo.ecm.core,org.nuxeo.runtime,org.nuxeo.ecm.core\r\n .api\r\n\r\n",
      "packages": [
        "nuxeo-signature"
      ],
      "parentReadme": {
        "blobProviderId": "default",
        "content": "# Nuxeo Platform Signature\n\n\nThis is a digital signature plugin for signing PDF files. It provides multiple functionalities related to digital signing of documents, among others:\n\n1. to create user certificates and store them within the Nuxeo CAP Instance.\n2. to sign pdf documents\n3. to share/download the local root certificate used for signing all documents within the domain\n\n\n<A name=\"buildinganddeploying\"></A>\n## Building and deploying\n\nTo see the list of all commands available for building and deploying, use the following:\n\n    $ ant usage\n\n### How to build\n\nYou can build Nuxeo Digital Signature plugin with:\n\n    $ ant build\n\nIf you want to build and launch the tests, do it with:\n\n    $ ant build-with-tests\n\n### How to deploy\n\nConfigure the build.properties files (starting from the `build.properties.sample` file to be found in the current folder), to point your Tomcat instance:\n\n    $ cp build.properties.sample build.properties\n    $ vi build.properties\n\nYou can then deploy Nuxeo Digital Signature to your Tomcat instance with:\n\n    $ ant deploy-tomcat\n\nYou can also take all generated jar files (currently 3, present in the target directories of all submodules of this project), copy them into `$NUXEO_HOME/templates/custom/bundles/` and activate the \"custom\" template.\n\n\n## Project Structure\n\nThis project can be divided conceptually into 3 parts:\n\n1) certificate generation (low-level PKI object operations, CA operations)\n\n2) certificate persistence (storing and retrieving keystores containing certificates inside nuxeo directories)\n\n3) pdf signing with an existing certificate\n\n\n## Configuration:\n\n1) Install your root keystore file in a secured directory\n\nTo do initial testing you can use the keystore specified in:\n./nuxeo-platform-signature-core/src/main/resources/OSGI-INF/root-contrib.xml\n\n2) You might have to modify your server system's java encryption configuration by installing JCE Unlimited Strength Jurisdiction Policy Files needed for passwords longer than 7 characters,\n\n*Note: cryptography exportation laws differ between countries so make sure you are using adequate encryption configuration, libraries and tools.*\n\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.",
        "digest": "22f56d5291b9c9107486dbf2319cb39c",
        "encoding": "UTF-8",
        "length": 2832,
        "mimeType": "text/plain",
        "name": "README.md"
      },
      "requirements": [
        "org.nuxeo.ecm.core",
        "org.nuxeo.runtime",
        "org.nuxeo.ecm.core.api"
      ],
      "version": "2023.16.12"
    },
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-signature-config",
      "artifactVersion": "2023.16.12",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.signature.api",
          "org.nuxeo.ecm.platform.signature.config",
          "org.nuxeo.ecm.platform.signature.core"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature",
        "id": "grp:org.nuxeo.ecm.platform.signature",
        "name": "org.nuxeo.ecm.platform.signature",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "# Nuxeo Platform Signature\n\n\nThis is a digital signature plugin for signing PDF files. It provides multiple functionalities related to digital signing of documents, among others:\n\n1. to create user certificates and store them within the Nuxeo CAP Instance.\n2. to sign pdf documents\n3. to share/download the local root certificate used for signing all documents within the domain\n\n\n<A name=\"buildinganddeploying\"></A>\n## Building and deploying\n\nTo see the list of all commands available for building and deploying, use the following:\n\n    $ ant usage\n\n### How to build\n\nYou can build Nuxeo Digital Signature plugin with:\n\n    $ ant build\n\nIf you want to build and launch the tests, do it with:\n\n    $ ant build-with-tests\n\n### How to deploy\n\nConfigure the build.properties files (starting from the `build.properties.sample` file to be found in the current folder), to point your Tomcat instance:\n\n    $ cp build.properties.sample build.properties\n    $ vi build.properties\n\nYou can then deploy Nuxeo Digital Signature to your Tomcat instance with:\n\n    $ ant deploy-tomcat\n\nYou can also take all generated jar files (currently 3, present in the target directories of all submodules of this project), copy them into `$NUXEO_HOME/templates/custom/bundles/` and activate the \"custom\" template.\n\n\n## Project Structure\n\nThis project can be divided conceptually into 3 parts:\n\n1) certificate generation (low-level PKI object operations, CA operations)\n\n2) certificate persistence (storing and retrieving keystores containing certificates inside nuxeo directories)\n\n3) pdf signing with an existing certificate\n\n\n## Configuration:\n\n1) Install your root keystore file in a secured directory\n\nTo do initial testing you can use the keystore specified in:\n./nuxeo-platform-signature-core/src/main/resources/OSGI-INF/root-contrib.xml\n\n2) You might have to modify your server system's java encryption configuration by installing JCE Unlimited Strength Jurisdiction Policy Files needed for passwords longer than 7 characters,\n\n*Note: cryptography exportation laws differ between countries so make sure you are using adequate encryption configuration, libraries and tools.*\n\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.",
            "digest": "22f56d5291b9c9107486dbf2319cb39c",
            "encoding": "UTF-8",
            "length": 2832,
            "mimeType": "text/plain",
            "name": "README.md"
          }
        ],
        "version": "2023.16"
      },
      "bundleId": "org.nuxeo.ecm.platform.signature.config",
      "components": [
        {
          "@type": "NXComponent",
          "documentation": "\n    Contribution of default values for the certificates\n    creation service. Must be overridden by a project-specific component\n    to provide custom values.\n  \n",
          "documentationHtml": "<p>\nContribution of default values for the certificates\ncreation service. Must be overridden by a project-specific component\nto provide custom values.\n</p><p></p>",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "\n      The configuration of the server root certificate.\n    \n",
              "documentationHtml": "<p>\nThe configuration of the server root certificate.\n</p><p></p>",
              "extensionPoint": "org.nuxeo.ecm.platform.signature.api.pki.RootService--rootconfig",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.config/org.nuxeo.signature.config.default/Contributions/org.nuxeo.signature.config.default--rootconfig",
              "id": "org.nuxeo.signature.config.default--rootconfig",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.signature.api.pki.RootService",
                "name": "org.nuxeo.ecm.platform.signature.api.pki.RootService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<?xml version='1.0' encoding='UTF-8'?>\n<extension point=\"rootconfig\" target=\"org.nuxeo.ecm.platform.signature.api.pki.RootService\">\n    <documentation>\n      The configuration of the server root certificate.\n    </documentation>\n    <configuration>\n      <rootKeystoreFilePath>pdfca-keystore.jks</rootKeystoreFilePath>\n      <rootKeystorePassword>********</rootKeystorePassword>\n      <rootCertificateAlias>pdfcakey</rootCertificateAlias>\n      <!-- or proper certificate -->\n      <rootKeyAlias>pdfcakey</rootKeyAlias>\n      <rootKeyPassword>********</rootKeyPassword>\n    </configuration>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentation": "\n      The parameters for user certificate creation.\n    \n",
              "documentationHtml": "<p>\nThe parameters for user certificate creation.\n</p><p></p>",
              "extensionPoint": "org.nuxeo.ecm.platform.signature.api.user.CUserService--cuserdescriptor",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.config/org.nuxeo.signature.config.default/Contributions/org.nuxeo.signature.config.default--cuserdescriptor",
              "id": "org.nuxeo.signature.config.default--cuserdescriptor",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.signature.api.user.CUserService",
                "name": "org.nuxeo.ecm.platform.signature.api.user.CUserService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"cuserdescriptor\" target=\"org.nuxeo.ecm.platform.signature.api.user.CUserService\">\n    <documentation>\n      The parameters for user certificate creation.\n    </documentation>\n    <userDescriptor>\n      <countryCode>US</countryCode>\n      <organization>Example Organization</organization>\n      <organizationalUnit>Users</organizationalUnit>\n    </userDescriptor>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.signature.api.sign.SignatureService--signature",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.config/org.nuxeo.signature.config.default/Contributions/org.nuxeo.signature.config.default--signature",
              "id": "org.nuxeo.signature.config.default--signature",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
                "name": "org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"signature\" target=\"org.nuxeo.ecm.platform.signature.api.sign.SignatureService\">\n    <configuration>\n      <reason>This document signed as an example.\n      </reason>\n      <layout columns=\"3\" id=\"defaultConfig\" lines=\"5\" startColumn=\"1\" startLine=\"1\" textSize=\"10\"/>\n    </configuration>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.config/org.nuxeo.signature.config.default",
          "name": "org.nuxeo.signature.config.default",
          "requirements": [],
          "resolutionOrder": 494,
          "services": [],
          "startOrder": 742,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version='1.0' encoding='UTF-8'?>\n<component name=\"org.nuxeo.signature.config.default\">\n\n  <documentation>\n    Contribution of default values for the certificates\n    creation service. Must be overridden by a project-specific component\n    to provide custom values.\n  </documentation>\n\n  <extension target=\"org.nuxeo.ecm.platform.signature.api.pki.RootService\" point=\"rootconfig\">\n    <documentation>\n      The configuration of the server root certificate.\n    </documentation>\n    <configuration>\n      <rootKeystoreFilePath>pdfca-keystore.jks</rootKeystoreFilePath>\n      <rootKeystorePassword>********</rootKeystorePassword>\n      <rootCertificateAlias>pdfcakey</rootCertificateAlias>\n      <!-- or proper certificate -->\n      <rootKeyAlias>pdfcakey</rootKeyAlias>\n      <rootKeyPassword>********</rootKeyPassword>\n    </configuration>\n  </extension>\n\n  <extension target=\"org.nuxeo.ecm.platform.signature.api.user.CUserService\" point=\"cuserdescriptor\">\n    <documentation>\n      The parameters for user certificate creation.\n    </documentation>\n    <userDescriptor>\n      <countryCode>US</countryCode>\n      <organization>Example Organization</organization>\n      <organizationalUnit>Users</organizationalUnit>\n    </userDescriptor>\n  </extension>\n\n  <extension target=\"org.nuxeo.ecm.platform.signature.api.sign.SignatureService\" point=\"signature\">\n    <configuration>\n      <reason>This document signed as an example.\n      </reason>\n      <layout id=\"defaultConfig\" lines=\"5\" columns=\"3\" startLine=\"1\" startColumn=\"1\" textSize=\"10\"/>\n    </configuration>\n  </extension>\n\n</component>",
          "xmlFileName": "/OSGI-INF/signature-default-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-signature-config-2023.16.12.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.config",
      "id": "org.nuxeo.ecm.platform.signature.config",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven 3.9.6\r\nBuilt-By: root\r\nBuild-Jdk: 17.0.11\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 1.0.0\r\nBundle-Name: Digital Signature Default Config\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.signature.config;singleton:=\r\n true\r\nNuxeo-Component: OSGI-INF/signature-default-contrib.xml\r\n\r\n",
      "maxResolutionOrder": 494,
      "minResolutionOrder": 494,
      "packages": [
        "nuxeo-signature"
      ],
      "parentReadme": {
        "blobProviderId": "default",
        "content": "# Nuxeo Platform Signature\n\n\nThis is a digital signature plugin for signing PDF files. It provides multiple functionalities related to digital signing of documents, among others:\n\n1. to create user certificates and store them within the Nuxeo CAP Instance.\n2. to sign pdf documents\n3. to share/download the local root certificate used for signing all documents within the domain\n\n\n<A name=\"buildinganddeploying\"></A>\n## Building and deploying\n\nTo see the list of all commands available for building and deploying, use the following:\n\n    $ ant usage\n\n### How to build\n\nYou can build Nuxeo Digital Signature plugin with:\n\n    $ ant build\n\nIf you want to build and launch the tests, do it with:\n\n    $ ant build-with-tests\n\n### How to deploy\n\nConfigure the build.properties files (starting from the `build.properties.sample` file to be found in the current folder), to point your Tomcat instance:\n\n    $ cp build.properties.sample build.properties\n    $ vi build.properties\n\nYou can then deploy Nuxeo Digital Signature to your Tomcat instance with:\n\n    $ ant deploy-tomcat\n\nYou can also take all generated jar files (currently 3, present in the target directories of all submodules of this project), copy them into `$NUXEO_HOME/templates/custom/bundles/` and activate the \"custom\" template.\n\n\n## Project Structure\n\nThis project can be divided conceptually into 3 parts:\n\n1) certificate generation (low-level PKI object operations, CA operations)\n\n2) certificate persistence (storing and retrieving keystores containing certificates inside nuxeo directories)\n\n3) pdf signing with an existing certificate\n\n\n## Configuration:\n\n1) Install your root keystore file in a secured directory\n\nTo do initial testing you can use the keystore specified in:\n./nuxeo-platform-signature-core/src/main/resources/OSGI-INF/root-contrib.xml\n\n2) You might have to modify your server system's java encryption configuration by installing JCE Unlimited Strength Jurisdiction Policy Files needed for passwords longer than 7 characters,\n\n*Note: cryptography exportation laws differ between countries so make sure you are using adequate encryption configuration, libraries and tools.*\n\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.",
        "digest": "22f56d5291b9c9107486dbf2319cb39c",
        "encoding": "UTF-8",
        "length": 2832,
        "mimeType": "text/plain",
        "name": "README.md"
      },
      "requirements": [],
      "version": "2023.16.12"
    },
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-signature-core",
      "artifactVersion": "2023.16.12",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.signature.api",
          "org.nuxeo.ecm.platform.signature.config",
          "org.nuxeo.ecm.platform.signature.core"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature",
        "id": "grp:org.nuxeo.ecm.platform.signature",
        "name": "org.nuxeo.ecm.platform.signature",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "# Nuxeo Platform Signature\n\n\nThis is a digital signature plugin for signing PDF files. It provides multiple functionalities related to digital signing of documents, among others:\n\n1. to create user certificates and store them within the Nuxeo CAP Instance.\n2. to sign pdf documents\n3. to share/download the local root certificate used for signing all documents within the domain\n\n\n<A name=\"buildinganddeploying\"></A>\n## Building and deploying\n\nTo see the list of all commands available for building and deploying, use the following:\n\n    $ ant usage\n\n### How to build\n\nYou can build Nuxeo Digital Signature plugin with:\n\n    $ ant build\n\nIf you want to build and launch the tests, do it with:\n\n    $ ant build-with-tests\n\n### How to deploy\n\nConfigure the build.properties files (starting from the `build.properties.sample` file to be found in the current folder), to point your Tomcat instance:\n\n    $ cp build.properties.sample build.properties\n    $ vi build.properties\n\nYou can then deploy Nuxeo Digital Signature to your Tomcat instance with:\n\n    $ ant deploy-tomcat\n\nYou can also take all generated jar files (currently 3, present in the target directories of all submodules of this project), copy them into `$NUXEO_HOME/templates/custom/bundles/` and activate the \"custom\" template.\n\n\n## Project Structure\n\nThis project can be divided conceptually into 3 parts:\n\n1) certificate generation (low-level PKI object operations, CA operations)\n\n2) certificate persistence (storing and retrieving keystores containing certificates inside nuxeo directories)\n\n3) pdf signing with an existing certificate\n\n\n## Configuration:\n\n1) Install your root keystore file in a secured directory\n\nTo do initial testing you can use the keystore specified in:\n./nuxeo-platform-signature-core/src/main/resources/OSGI-INF/root-contrib.xml\n\n2) You might have to modify your server system's java encryption configuration by installing JCE Unlimited Strength Jurisdiction Policy Files needed for passwords longer than 7 characters,\n\n*Note: cryptography exportation laws differ between countries so make sure you are using adequate encryption configuration, libraries and tools.*\n\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.",
            "digest": "22f56d5291b9c9107486dbf2319cb39c",
            "encoding": "UTF-8",
            "length": 2832,
            "mimeType": "text/plain",
            "name": "README.md"
          }
        ],
        "version": "2023.16"
      },
      "bundleId": "org.nuxeo.ecm.platform.signature.core",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--schema",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/digital.signature.schema/Contributions/digital.signature.schema--schema",
              "id": "digital.signature.schema--schema",
              "registrationOrder": 32,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"schema\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <schema name=\"cert\" src=\"schemas/cert.xsd\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/digital.signature.schema",
          "name": "digital.signature.schema",
          "requirements": [],
          "resolutionOrder": 495,
          "services": [],
          "startOrder": 29,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"digital.signature.schema\">\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\"\n    point=\"schema\">\n    <schema name=\"cert\" src=\"schemas/cert.xsd\" />\n  </extension>\n</component>\n",
          "xmlFileName": "/OSGI-INF/schema-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.directory.GenericDirectory--directories",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/digital.signature.directory/Contributions/digital.signature.directory--directories",
              "id": "digital.signature.directory--directories",
              "registrationOrder": 12,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.directory.GenericDirectory",
                "name": "org.nuxeo.ecm.directory.GenericDirectory",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<?xml version='1.0' encoding='UTF-8'?>\n<extension point=\"directories\" target=\"org.nuxeo.ecm.directory.GenericDirectory\">\n\n    <directory extends=\"template-directory\" name=\"certificate\">\n      <schema>cert</schema>\n      <idField>userid</idField>\n      <passwordField>keypassword</passwordField>\n      <passwordHashAlgorithm>SSHA</passwordHashAlgorithm>\n      <types>\n        <type>system</type>\n      </types>\n      <permissions>\n        <permission name=\"Read\">\n          <group>__Nobody__</group>\n        </permission>\n      </permissions>\n    </directory>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/digital.signature.directory",
          "name": "digital.signature.directory",
          "requirements": [],
          "resolutionOrder": 496,
          "services": [],
          "startOrder": 28,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version='1.0' encoding='UTF-8'?>\n<component name=\"digital.signature.directory\">\n\n  <extension target=\"org.nuxeo.ecm.directory.GenericDirectory\" point=\"directories\">\n\n    <directory name=\"certificate\" extends=\"template-directory\">\n      <schema>cert</schema>\n      <idField>userid</idField>\n      <passwordField>keypassword</passwordField>\n      <passwordHashAlgorithm>SSHA</passwordHashAlgorithm>\n      <types>\n        <type>system</type>\n      </types>\n      <permissions>\n        <permission name=\"Read\">\n          <group>__Nobody__</group>\n        </permission>\n      </permissions>\n    </directory>\n  </extension>\n</component>",
          "xmlFileName": "/OSGI-INF/directory-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.signature.core.pki.RootServiceImpl",
          "documentation": "\n    The Root Service is used to configure the root of the Certificate Authority\n    used to sign user certificates\n    @version 1.0\n    @author ws@nuxeo.com\n  \n",
          "documentationHtml": "<p>\nThe Root Service is used to configure the root of the Certificate Authority\nused to sign user certificates\n&#64;version 1.0\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.signature.api.pki.RootService",
              "descriptors": [
                "org.nuxeo.ecm.platform.signature.core.pki.RootDescriptor"
              ],
              "documentationHtml": "",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.pki.RootService/ExtensionPoints/org.nuxeo.ecm.platform.signature.api.pki.RootService--rootconfig",
              "id": "org.nuxeo.ecm.platform.signature.api.pki.RootService--rootconfig",
              "label": "rootconfig (org.nuxeo.ecm.platform.signature.api.pki.RootService)",
              "name": "rootconfig",
              "version": "2023.16.12"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.pki.RootService",
          "name": "org.nuxeo.ecm.platform.signature.api.pki.RootService",
          "requirements": [],
          "resolutionOrder": 497,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.signature.api.pki.RootService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.pki.RootService/Services/org.nuxeo.ecm.platform.signature.api.pki.RootService",
              "id": "org.nuxeo.ecm.platform.signature.api.pki.RootService",
              "overriden": false,
              "version": "2023.16.12"
            }
          ],
          "startOrder": 876,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.signature.api.pki.RootService\">\n\n <documentation>\n    The Root Service is used to configure the root of the Certificate Authority\n    used to sign user certificates\n    @version 1.0\n    @author ws@nuxeo.com\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.platform.signature.core.pki.RootServiceImpl\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.platform.signature.api.pki.RootService\" />\n  </service>\n\n  <extension-point name=\"rootconfig\">\n    <object class=\"org.nuxeo.ecm.platform.signature.core.pki.RootDescriptor\" />\n  </extension-point>\n\n</component>",
          "xmlFileName": "/OSGI-INF/root-service-contrib.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.signature.core.pki.CertServiceImpl",
          "documentation": "\n    The Cert Service offers Certificate Authority functionalities\n    like signing CSRs (Certificate Signing Requests), revoking certificates,\n    and also certificate generation capabilities and access to the CA-certificate.\n    @version 1.0\n    @author ws@nuxeo.com\n  \n",
          "documentationHtml": "<p>\nThe Cert Service offers Certificate Authority functionalities\nlike signing CSRs (Certificate Signing Requests), revoking certificates,\nand also certificate generation capabilities and access to the CA-certificate.\n&#64;version 1.0\n</p><p></p>",
          "extensionPoints": [],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.pki.CertService",
          "name": "org.nuxeo.ecm.platform.signature.api.pki.CertService",
          "requirements": [],
          "resolutionOrder": 498,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.signature.api.pki.CertService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.pki.CertService/Services/org.nuxeo.ecm.platform.signature.api.pki.CertService",
              "id": "org.nuxeo.ecm.platform.signature.api.pki.CertService",
              "overriden": false,
              "version": "2023.16.12"
            }
          ],
          "startOrder": 875,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.signature.api.pki.CertService\">\n\n <documentation>\n    The Cert Service offers Certificate Authority functionalities\n    like signing CSRs (Certificate Signing Requests), revoking certificates,\n    and also certificate generation capabilities and access to the CA-certificate.\n    @version 1.0\n    @author ws@nuxeo.com\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.platform.signature.core.pki.CertServiceImpl\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.platform.signature.api.pki.CertService\" />\n  </service>\n\n</component>",
          "xmlFileName": "/OSGI-INF/cert-service-contrib.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.signature.core.sign.SignatureServiceImpl",
          "documentation": "\n    The signature service offers digital signing capabilities for pdf documents\n    @version 1.0\n    @author ws@nuxeo.com\n  \n",
          "documentationHtml": "<p>\nThe signature service offers digital signing capabilities for pdf documents\n&#64;version 1.0\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
              "descriptors": [
                "org.nuxeo.ecm.platform.signature.core.sign.SignatureDescriptor"
              ],
              "documentation": "\n      @since 5.8\n      @author Vladimir Pasquier (vpasquier@nuxeo.com)\n\n      Signature registration.\n      This registration provides configuration of the signature. For layout, numbers of columns, lines, police size and\n      starting (column,line) point. And finally the textual reason of the signature.\n\n      Example of signature configuration:\n\n      <code>\n    <configuration>\n        <reason>This document signed as an example.\n          </reason>\n        <layout columns=\"3\" id=\"configExample\" lines=\"5\" startColumn=\"1\"\n            startLine=\"1\" textSize=\"8\"/>\n    </configuration>\n</code>\n",
              "documentationHtml": "<p>\n&#64;since 5.8\n</p><p>\nSignature registration.\nThis registration provides configuration of the signature. For layout, numbers of columns, lines, police size and\nstarting (column,line) point. And finally the textual reason of the signature.\n</p><p>\nExample of signature configuration:\n</p><p>\n</p><pre><code>    &lt;configuration&gt;\n        &lt;reason&gt;This document signed as an example.\n          &lt;/reason&gt;\n        &lt;layout columns&#61;&#34;3&#34; id&#61;&#34;configExample&#34; lines&#61;&#34;5&#34; startColumn&#61;&#34;1&#34;\n            startLine&#61;&#34;1&#34; textSize&#61;&#34;8&#34;/&gt;\n    &lt;/configuration&gt;\n</code></pre><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.sign.SignatureService/ExtensionPoints/org.nuxeo.ecm.platform.signature.api.sign.SignatureService--signature",
              "id": "org.nuxeo.ecm.platform.signature.api.sign.SignatureService--signature",
              "label": "signature (org.nuxeo.ecm.platform.signature.api.sign.SignatureService)",
              "name": "signature",
              "version": "2023.16.12"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
          "name": "org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
          "requirements": [],
          "resolutionOrder": 499,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.sign.SignatureService/Services/org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
              "id": "org.nuxeo.ecm.platform.signature.api.sign.SignatureService",
              "overriden": false,
              "version": "2023.16.12"
            }
          ],
          "startOrder": 877,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.signature.api.sign.SignatureService\">\n\n  <documentation>\n    The signature service offers digital signing capabilities for pdf documents\n    @version 1.0\n    @author ws@nuxeo.com\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.platform.signature.core.sign.SignatureServiceImpl\"/>\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.platform.signature.api.sign.SignatureService\"/>\n  </service>\n\n  <extension-point name=\"signature\">\n    <documentation>\n      @since 5.8\n      @author Vladimir Pasquier (vpasquier@nuxeo.com)\n\n      Signature registration.\n      This registration provides configuration of the signature. For layout, numbers of columns, lines, police size and\n      starting (column,line) point. And finally the textual reason of the signature.\n\n      Example of signature configuration:\n\n      <code>\n        <configuration>\n          <reason>This document signed as an example.\n          </reason>\n          <layout id=\"configExample\" lines=\"5\" columns=\"3\" startLine=\"1\" startColumn=\"1\" textSize=\"8\"/>\n        </configuration>\n      </code>\n    </documentation>\n    <object class=\"org.nuxeo.ecm.platform.signature.core.sign.SignatureDescriptor\"/>\n  </extension-point>\n\n</component>",
          "xmlFileName": "/OSGI-INF/signature-service-contrib.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.signature.core.user.CUserServiceImpl",
          "documentation": "\n    The CUserService provides user information that is required for certificate generation.\n    @version 1.0\n    @author ws@nuxeo.com\n  \n",
          "documentationHtml": "<p>\nThe CUserService provides user information that is required for certificate generation.\n&#64;version 1.0\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.signature.api.user.CUserService",
              "descriptors": [
                "org.nuxeo.ecm.platform.signature.core.user.CUserDescriptor"
              ],
              "documentationHtml": "",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.user.CUserService/ExtensionPoints/org.nuxeo.ecm.platform.signature.api.user.CUserService--cuserdescriptor",
              "id": "org.nuxeo.ecm.platform.signature.api.user.CUserService--cuserdescriptor",
              "label": "cuserdescriptor (org.nuxeo.ecm.platform.signature.api.user.CUserService)",
              "name": "cuserdescriptor",
              "version": "2023.16.12"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.user.CUserService",
          "name": "org.nuxeo.ecm.platform.signature.api.user.CUserService",
          "requirements": [],
          "resolutionOrder": 500,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.signature.api.user.CUserService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.api.user.CUserService/Services/org.nuxeo.ecm.platform.signature.api.user.CUserService",
              "id": "org.nuxeo.ecm.platform.signature.api.user.CUserService",
              "overriden": false,
              "version": "2023.16.12"
            }
          ],
          "startOrder": 878,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.signature.api.user.CUserService\">\n\n <documentation>\n    The CUserService provides user information that is required for certificate generation.\n    @version 1.0\n    @author ws@nuxeo.com\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.platform.signature.core.user.CUserServiceImpl\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.platform.signature.api.user.CUserService\" />\n  </service>\n\n  <extension-point name=\"cuserdescriptor\">\n    <object class=\"org.nuxeo.ecm.platform.signature.core.user.CUserDescriptor\" />\n  </extension-point>\n\n</component>",
          "xmlFileName": "/OSGI-INF/cuser-service-contrib.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.operation.OperationServiceComponent--operations",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.core.operations.contrib/Contributions/org.nuxeo.ecm.platform.signature.core.operations.contrib--operations",
              "id": "org.nuxeo.ecm.platform.signature.core.operations.contrib--operations",
              "registrationOrder": 25,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.operation.OperationServiceComponent",
                "name": "org.nuxeo.ecm.core.operation.OperationServiceComponent",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"operations\" target=\"org.nuxeo.ecm.core.operation.OperationServiceComponent\">\n    <operation class=\"org.nuxeo.ecm.platform.signature.core.operations.SignPDF\"/>\n    <operation class=\"org.nuxeo.ecm.platform.signature.core.operations.SignPDFDocument\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core/org.nuxeo.ecm.platform.signature.core.operations.contrib",
          "name": "org.nuxeo.ecm.platform.signature.core.operations.contrib",
          "requirements": [],
          "resolutionOrder": 501,
          "services": [],
          "startOrder": 482,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.signature.core.operations.contrib\"\n           version=\"1.0\">\n  <extension target=\"org.nuxeo.ecm.core.operation.OperationServiceComponent\"\n             point=\"operations\">\n    <operation\n            class=\"org.nuxeo.ecm.platform.signature.core.operations.SignPDF\"/>\n    <operation class=\"org.nuxeo.ecm.platform.signature.core.operations.SignPDFDocument\"/>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/sign-operations-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-signature-core-2023.16.12.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.signature/org.nuxeo.ecm.platform.signature.core",
      "id": "org.nuxeo.ecm.platform.signature.core",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven 3.9.6\r\nBuilt-By: root\r\nBuild-Jdk: 17.0.11\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 1.0.0\r\nBundle-Name: Digital Signature Core\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.signature.core;singleton:=tr\r\n ue\r\nRequire-Bundle:  org.nuxeo.ecm.core,org.nuxeo.ecm.core.api,org.nuxeo.ecm\r\n .platform.signature.api\r\nNuxeo-Require: org.nuxeo.ecm.core,org.nuxeo.ecm.core.schema,org.nuxeo.ec\r\n m.directory,org.nuxeo.ecm.directory.sql\r\nNuxeo-Component: OSGI-INF/schema-contrib.xml,OSGI-INF/directory-contrib.\r\n xml,OSGI-INF/root-service-contrib.xml,OSGI-INF/cert-service-contrib.xml\r\n ,OSGI-INF/signature-service-contrib.xml,OSGI-INF/cuser-service-contrib.\r\n xml,OSGI-INF/sign-operations-contrib.xml\r\n\r\n",
      "maxResolutionOrder": 501,
      "minResolutionOrder": 495,
      "packages": [
        "nuxeo-signature"
      ],
      "parentReadme": {
        "blobProviderId": "default",
        "content": "# Nuxeo Platform Signature\n\n\nThis is a digital signature plugin for signing PDF files. It provides multiple functionalities related to digital signing of documents, among others:\n\n1. to create user certificates and store them within the Nuxeo CAP Instance.\n2. to sign pdf documents\n3. to share/download the local root certificate used for signing all documents within the domain\n\n\n<A name=\"buildinganddeploying\"></A>\n## Building and deploying\n\nTo see the list of all commands available for building and deploying, use the following:\n\n    $ ant usage\n\n### How to build\n\nYou can build Nuxeo Digital Signature plugin with:\n\n    $ ant build\n\nIf you want to build and launch the tests, do it with:\n\n    $ ant build-with-tests\n\n### How to deploy\n\nConfigure the build.properties files (starting from the `build.properties.sample` file to be found in the current folder), to point your Tomcat instance:\n\n    $ cp build.properties.sample build.properties\n    $ vi build.properties\n\nYou can then deploy Nuxeo Digital Signature to your Tomcat instance with:\n\n    $ ant deploy-tomcat\n\nYou can also take all generated jar files (currently 3, present in the target directories of all submodules of this project), copy them into `$NUXEO_HOME/templates/custom/bundles/` and activate the \"custom\" template.\n\n\n## Project Structure\n\nThis project can be divided conceptually into 3 parts:\n\n1) certificate generation (low-level PKI object operations, CA operations)\n\n2) certificate persistence (storing and retrieving keystores containing certificates inside nuxeo directories)\n\n3) pdf signing with an existing certificate\n\n\n## Configuration:\n\n1) Install your root keystore file in a secured directory\n\nTo do initial testing you can use the keystore specified in:\n./nuxeo-platform-signature-core/src/main/resources/OSGI-INF/root-contrib.xml\n\n2) You might have to modify your server system's java encryption configuration by installing JCE Unlimited Strength Jurisdiction Policy Files needed for passwords longer than 7 characters,\n\n*Note: cryptography exportation laws differ between countries so make sure you are using adequate encryption configuration, libraries and tools.*\n\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.",
        "digest": "22f56d5291b9c9107486dbf2319cb39c",
        "encoding": "UTF-8",
        "length": 2832,
        "mimeType": "text/plain",
        "name": "README.md"
      },
      "requirements": [
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.schema",
        "org.nuxeo.ecm.directory",
        "org.nuxeo.ecm.directory.sql"
      ],
      "version": "2023.16.12"
    }
  ],
  "creationDate": 1723456257461,
  "key": "Nuxeo Platform-2023.16",
  "name": "Nuxeo Platform",
  "operations": [
    {
      "@type": "NXOperation",
      "aliases": [],
      "category": "Services",
      "contributingComponent": "org.nuxeo.ecm.platform.signature.core.operations.contrib",
      "description": "Applies a digital signature to the input PDF.",
      "hierarchyPath": "/op:Services.SignPDF",
      "label": "Sign PDF",
      "name": "Services.SignPDF",
      "operationClass": "org.nuxeo.ecm.platform.signature.core.operations.SignPDF",
      "params": [
        {
          "description": "Certificate password.",
          "isRequired": true,
          "name": "password",
          "order": 0,
          "type": "string",
          "values": [],
          "widget": null
        },
        {
          "description": "Signature reason.",
          "isRequired": true,
          "name": "reason",
          "order": 0,
          "type": "string",
          "values": [],
          "widget": null
        },
        {
          "description": "The user ID for signing PDF document.",
          "isRequired": true,
          "name": "username",
          "order": 0,
          "type": "string",
          "values": [],
          "widget": null
        },
        {
          "description": "Document reference.",
          "isRequired": false,
          "name": "document",
          "order": 0,
          "type": "document",
          "values": [],
          "widget": null
        }
      ],
      "signature": [
        "blob",
        "blob"
      ],
      "url": "Services.SignPDF",
      "version": "2023.16.12"
    },
    {
      "@type": "NXOperation",
      "aliases": [],
      "category": "Services",
      "contributingComponent": "org.nuxeo.ecm.platform.signature.core.operations.contrib",
      "description": "Applies a digital signature to the PDF blob of the input document.",
      "hierarchyPath": "/op:Services.SignPDFDocument",
      "label": "Sign PDF",
      "name": "Services.SignPDFDocument",
      "operationClass": "org.nuxeo.ecm.platform.signature.core.operations.SignPDFDocument",
      "params": [
        {
          "description": "Certificate password.",
          "isRequired": true,
          "name": "password",
          "order": 0,
          "type": "string",
          "values": [],
          "widget": null
        },
        {
          "description": "Signature reason.",
          "isRequired": true,
          "name": "reason",
          "order": 0,
          "type": "string",
          "values": [],
          "widget": null
        },
        {
          "description": "The user ID for signing PDF document.",
          "isRequired": true,
          "name": "username",
          "order": 0,
          "type": "string",
          "values": [],
          "widget": null
        }
      ],
      "signature": [
        "document",
        "blob"
      ],
      "url": "Services.SignPDFDocument",
      "version": "2023.16.12"
    }
  ],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.platform.signature.api",
        "org.nuxeo.ecm.platform.signature.config",
        "org.nuxeo.ecm.platform.signature.core"
      ],
      "conflicts": [],
      "dependencies": [],
      "hierarchyPath": "/nuxeo-signature-2023.16.12",
      "id": "nuxeo-signature-2023.16.12",
      "name": "nuxeo-signature",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "Digital Signature",
      "version": "2023.16.12"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1723456257461,
  "version": "2023.16"
}